func encoding/json.typeByIndex

2 uses

	encoding/json (current package)
		encode.go#L923: func typeByIndex(t reflect.Type, index []int) reflect.Type {
		encode.go#L1237: 		f.encoder = typeEncoder(typeByIndex(t, f.index))